Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / IsSameField Method
The IRichValue object to compare.


In This Topic
    IsSameField Method (RichValue<T>)
    In This Topic
    Gets a boolean value indicating whether this object has same fields as the specified object.
    Syntax
    'Declaration
     
    
    Public Function IsSameField( _
       ByVal value As IRichValue _
    ) As Boolean
    'Usage
     
    
    Dim instance As RichValue(Of T)
    Dim value As IRichValue
    Dim value As Boolean
     
    value = instance.IsSameField(value)
    public bool IsSameField( 
       IRichValue value
    )

    Parameters

    value
    The IRichValue object to compare.

    Return Value

    true if this object has same fields as the specified object; otherwise, false.
    See Also